home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2000 December / december_2000.iso / Intercd / root / Multimedia / audio / ^NoiseTracker / NtkSourceCode / sine_force.mak < prev    next >
Encoding:
NMAKE  |  1999-10-05  |  6.1 KB  |  264 lines

  1. # Microsoft Developer Studio Generated NMAKE File, Based on sine_force.dsp
  2. !IF "$(CFG)" == ""
  3. CFG=sine_force - Win32 Debug
  4. !MESSAGE No configuration specified. Defaulting to sine_force - Win32 Debug.
  5. !ENDIF 
  6.  
  7. !IF "$(CFG)" != "sine_force - Win32 Release" && "$(CFG)" !=\
  8.  "sine_force - Win32 Debug"
  9. !MESSAGE Invalid configuration "$(CFG)" specified.
  10. !MESSAGE You can specify a configuration when running NMAKE
  11. !MESSAGE by defining the macro CFG on the command line. For example:
  12. !MESSAGE 
  13. !MESSAGE NMAKE /f "sine_force.mak" CFG="sine_force - Win32 Debug"
  14. !MESSAGE 
  15. !MESSAGE Possible choices for configuration are:
  16. !MESSAGE 
  17. !MESSAGE "sine_force - Win32 Release" (based on "Win32 (x86) Application")
  18. !MESSAGE "sine_force - Win32 Debug" (based on "Win32 (x86) Application")
  19. !MESSAGE 
  20. !ERROR An invalid configuration is specified.
  21. !ENDIF 
  22.  
  23. !IF "$(OS)" == "Windows_NT"
  24. NULL=
  25. !ELSE 
  26. NULL=nul
  27. !ENDIF 
  28.  
  29. !IF  "$(CFG)" == "sine_force - Win32 Release"
  30.  
  31. OUTDIR=.\Release
  32. INTDIR=.\Release
  33.  
  34. !IF "$(RECURSE)" == "0" 
  35.  
  36. ALL : "..\..\..\..\..\..\audio\twnn\twnn.exe"
  37.  
  38. !ELSE 
  39.  
  40. ALL : "..\..\..\..\..\..\audio\twnn\twnn.exe"
  41.  
  42. !ENDIF 
  43.  
  44. CLEAN :
  45.     -@erase "$(INTDIR)\main.obj"
  46.     -@erase "$(INTDIR)\vc50.idb"
  47.     -@erase "..\..\..\..\..\..\audio\twnn\twnn.exe"
  48.  
  49. "$(OUTDIR)" :
  50.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  51.  
  52. CPP=cl.exe
  53. CPP_PROJ=/nologo /G6 /ML /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS"\
  54.  /Fp"$(INTDIR)\sine_force.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c 
  55. CPP_OBJS=.\Release/
  56. CPP_SBRS=.
  57.  
  58. .c{$(CPP_OBJS)}.obj::
  59.    $(CPP) @<<
  60.    $(CPP_PROJ) $< 
  61. <<
  62.  
  63. .cpp{$(CPP_OBJS)}.obj::
  64.    $(CPP) @<<
  65.    $(CPP_PROJ) $< 
  66. <<
  67.  
  68. .cxx{$(CPP_OBJS)}.obj::
  69.    $(CPP) @<<
  70.    $(CPP_PROJ) $< 
  71. <<
  72.  
  73. .c{$(CPP_SBRS)}.sbr::
  74.    $(CPP) @<<
  75.    $(CPP_PROJ) $< 
  76. <<
  77.  
  78. .cpp{$(CPP_SBRS)}.sbr::
  79.    $(CPP) @<<
  80.    $(CPP_PROJ) $< 
  81. <<
  82.  
  83. .cxx{$(CPP_SBRS)}.sbr::
  84.    $(CPP) @<<
  85.    $(CPP_PROJ) $< 
  86. <<
  87.  
  88. MTL=midl.exe
  89. MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /o NUL /win32 
  90. RSC=rc.exe
  91. BSC32=bscmake.exe
  92. BSC32_FLAGS=/nologo /o"$(OUTDIR)\sine_force.bsc" 
  93. BSC32_SBRS= \
  94.     
  95. LINK32=link.exe
  96. LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
  97.  advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
  98.  odbccp32.lib /nologo /subsystem:windows /incremental:no\
  99.  /pdb:"$(OUTDIR)\twnn.pdb" /machine:I386 /out:"c:\audio\twnn\twnn.exe" 
  100. LINK32_OBJS= \
  101.     "$(INTDIR)\main.obj"
  102.  
  103. "..\..\..\..\..\..\audio\twnn\twnn.exe" : "$(OUTDIR)" $(DEF_FILE)\
  104.  $(LINK32_OBJS)
  105.     $(LINK32) @<<
  106.   $(LINK32_FLAGS) $(LINK32_OBJS)
  107. <<
  108.  
  109. !ELSEIF  "$(CFG)" == "sine_force - Win32 Debug"
  110.  
  111. OUTDIR=.\Debug
  112. INTDIR=.\Debug
  113.  
  114. !IF "$(RECURSE)" == "0" 
  115.  
  116. ALL : ".\sine_force.exe"
  117.  
  118. !ELSE 
  119.  
  120. ALL : ".\sine_force.exe"
  121.  
  122. !ENDIF 
  123.  
  124. CLEAN :
  125.     -@erase "$(INTDIR)\main.obj"
  126.     -@erase "$(INTDIR)\vc50.idb"
  127.     -@erase "$(INTDIR)\vc50.pdb"
  128.     -@erase "$(OUTDIR)\sine_force.pdb"
  129.     -@erase ".\sine_force.exe"
  130.     -@erase ".\sine_force.ilk"
  131.  
  132. "$(OUTDIR)" :
  133.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  134.  
  135. CPP=cl.exe
  136. CPP_PROJ=/nologo /G6 /MLd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D\
  137.  "_WINDOWS" /Fp"$(INTDIR)\sine_force.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\"\
  138.  /FD /c 
  139. CPP_OBJS=.\Debug/
  140. CPP_SBRS=.
  141.  
  142. .c{$(CPP_OBJS)}.obj::
  143.    $(CPP) @<<
  144.    $(CPP_PROJ) $< 
  145. <<
  146.  
  147. .cpp{$(CPP_OBJS)}.obj::
  148.    $(CPP) @<<
  149.    $(CPP_PROJ) $< 
  150. <<
  151.  
  152. .cxx{$(CPP_OBJS)}.obj::
  153.    $(CPP) @<<
  154.    $(CPP_PROJ) $< 
  155. <<
  156.  
  157. .c{$(CPP_SBRS)}.sbr::
  158.    $(CPP) @<<
  159.    $(CPP_PROJ) $< 
  160. <<
  161.  
  162. .cpp{$(CPP_SBRS)}.sbr::
  163.    $(CPP) @<<
  164.    $(CPP_PROJ) $< 
  165. <<
  166.  
  167. .cxx{$(CPP_SBRS)}.sbr::
  168.    $(CPP) @<<
  169.    $(CPP_PROJ) $< 
  170. <<
  171.  
  172. MTL=midl.exe
  173. MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /o NUL /win32 
  174. RSC=rc.exe
  175. BSC32=bscmake.exe
  176. BSC32_FLAGS=/nologo /o"$(OUTDIR)\sine_force.bsc" 
  177. BSC32_SBRS= \
  178.     
  179. LINK32=link.exe
  180. LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
  181.  advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
  182.  odbccp32.lib /nologo /subsystem:windows /incremental:yes\
  183.  /pdb:"$(OUTDIR)\sine_force.pdb" /debug /machine:I386 /out:"sine_force.exe"\
  184.  /pdbtype:sept 
  185. LINK32_OBJS= \
  186.     "$(INTDIR)\main.obj"
  187.  
  188. ".\sine_force.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  189.     $(LINK32) @<<
  190.   $(LINK32_FLAGS) $(LINK32_OBJS)
  191. <<
  192.  
  193. !ENDIF 
  194.  
  195.  
  196. !IF "$(CFG)" == "sine_force - Win32 Release" || "$(CFG)" ==\
  197.  "sine_force - Win32 Debug"
  198. SOURCE=.\main.cpp
  199.  
  200. !IF  "$(CFG)" == "sine_force - Win32 Release"
  201.  
  202. DEP_CPP_MAIN_=\
  203.     "..\..\..\include\con_3d.h"\
  204.     "..\..\..\include\CON_All.h"\
  205.     "..\..\..\include\CON_Basic.h"\
  206.     "..\..\..\include\con_bitmap.h"\
  207.     "..\..\..\include\con_console.h"\
  208.     "..\..\..\include\con_drawable.h"\
  209.     "..\..\..\include\con_input.h"\
  210.     "..\..\..\include\con_keys.h"\
  211.     "..\..\..\include\con_math2d.h"\
  212.     "..\..\..\include\con_math3d.h"\
  213.     "..\..\..\include\con_mesh.h"\
  214.     "..\..\..\include\con_misc.h"\
  215.     "..\..\..\include\con_resource.h"\
  216.     "..\..\..\include\con_retval.h"\
  217.     "..\..\..\include\con_screen.h"\
  218.     "..\..\..\include\con_sound.h"\
  219.     "..\..\..\include\con_text.h"\
  220.     "..\..\..\include\con_texture.h"\
  221.     "..\..\..\include\con_utils.h"\
  222.     "..\..\..\include\con_video.h"\
  223.     "..\..\..\include\util_basefilters.h"\
  224.     "..\..\..\include\util_filters.h"\
  225.     "..\..\..\include\util_genstreambuf.h"\
  226.     
  227.  
  228. "$(INTDIR)\main.obj" : $(SOURCE) $(DEP_CPP_MAIN_) "$(INTDIR)"
  229.  
  230.  
  231. !ELSEIF  "$(CFG)" == "sine_force - Win32 Debug"
  232.  
  233. DEP_CPP_MAIN_=\
  234.     "..\..\..\include\con_3d.h"\
  235.     "..\..\..\include\CON_All.h"\
  236.     "..\..\..\include\CON_Basic.h"\
  237.     "..\..\..\include\con_bitmap.h"\
  238.     "..\..\..\include\con_console.h"\
  239.     "..\..\..\include\con_drawable.h"\
  240.     "..\..\..\include\con_input.h"\
  241.     "..\..\..\include\con_keys.h"\
  242.     "..\..\..\include\con_math2d.h"\
  243.     "..\..\..\include\con_math3d.h"\
  244.     "..\..\..\include\con_mesh.h"\
  245.     "..\..\..\include\con_misc.h"\
  246.     "..\..\..\include\con_resource.h"\
  247.     "..\..\..\include\con_retval.h"\
  248.     "..\..\..\include\con_screen.h"\
  249.     "..\..\..\include\con_sound.h"\
  250.     "..\..\..\include\con_texture.h"\
  251.     "..\..\..\include\con_utils.h"\
  252.     "..\..\..\include\con_video.h"\
  253.     "..\..\..\include\util_misc.h"\
  254.     
  255.  
  256. "$(INTDIR)\main.obj" : $(SOURCE) $(DEP_CPP_MAIN_) "$(INTDIR)"
  257.  
  258.  
  259. !ENDIF 
  260.  
  261.  
  262. !ENDIF 
  263.  
  264.